updates
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 8 Jan 2007 15:29:02 +0000 (15:29 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 8 Jan 2007 15:29:02 +0000 (15:29 +0000)
svn path=/trunk/; revision=17118

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkentry.sgml

index a919e8eb0a37157dc22e46bef8ce64ced01af5cc..aa847441ece2457f36095b80e39516b8bd4cd659 100644 (file)
@@ -1,3 +1,8 @@
+2007-01-08  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/tmpl/gtkentry.sgml: Expand deprecation notes for
+       gtk_entry_append/prepend_text.  (#394034, Micah Carrick)
+
 2007-01-07  Matthias Clasen  <mclasen@redhat.com>
 
        * gdk-pixbuf/gdk-pixbuf-sections.txt: Correct the include
index 5f959d8f9d842d46fd1377cec12548c5abb21ae0..dd505f66c1005c9e5f292474627cad92b6e27065 100644 (file)
@@ -223,15 +223,22 @@ Appends the given text to the contents of the widget.
 
 @entry: a #GtkEntry.
 @text: the text to append.
+@Deprecated: gtk_entry_append_text() is deprecated and should not
+   be used in newly-written code. Use gtk_editable_insert_text()
+   instead.
 
 
 <!-- ##### FUNCTION gtk_entry_prepend_text ##### -->
 <para>
-Prepends the given text to the contents of th ewidget.
+Prepends the given text to the contents of thwidget.
 </para>
 
 @entry: a #GtkEntry.
 @text: the text to prepend.
+@Deprecated: gtk_entry_prepend_text() is deprecated and should not
+   be used in newly-written code. Use gtk_editable_insert_text()
+   instead.
+
 
 
 <!-- ##### FUNCTION gtk_entry_set_position ##### -->